Fix the ia64 build.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 31 Jan 2006 18:55:55 +0000 (19:55 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 31 Jan 2006 18:55:55 +0000 (19:55 +0100)
Signed-off-by: Dan Magenheimer <dan.magenheimer@hp.com>
xen/include/asm-ia64/config.h

index 736cbb833845d053c7b235c5d642fcc1147deedc..177c70fe79ef2fa5c0be361e378e7c67c7fc8fde 100644 (file)
@@ -215,6 +215,9 @@ void sort_main_extable(void);
 // see include/asm-ia64/mm.h, handle remaining pfn_info uses until gone
 #define pfn_info page
 
+// see common/memory.c
+#define set_pfn_from_mfn(x,y)  do { } while (0)
+
 // see common/keyhandler.c
 #define        nop()   asm volatile ("nop 0")